//==============================================================================
// Sun Power Infinite_anim.txt
//==============================================================================

//==============================================================================
define Dust
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Building DustA
      }
   }  
}

//==============================================================================
define glow
{
   set hotspot
   {
      version
      {
         Visualparticle sfx sun mirror tower glow
      }
   }  
}

//==============================================================================
define glow2
{
   set hotspot
   {
      version
      {
         Visualparticle sfx sun tower glow
      }
   }  
}

//==============================================================================
anim death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			//Visual Special E Petesuchos_DeathA
			VisualNone jimmy
         }
      }
   }
}

//==============================================================================
anim walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            //Visual Special E Petesuchos_walkA
			VisualNone jimmy
			Connect ATTACHPOINT ballglow hotspot
			Connect ATTACHPOINT sunlight hotspot
			Connect hotspot glow hotspot
			Connect hotspot glow2 hotspot
         }
      }
   }
}

//==============================================================================
anim idle
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
	         //Visual Special E Petesuchos_idleA
			 VisualNone jimmy
			 Connect ATTACHPOINT ballglow hotspot
			 Connect ATTACHPOINT sunlight hotspot
			 Connect hotspot glow hotspot
			 Connect hotspot glow2 hotspot
         }
      }
   }
}

//==============================================================================
anim Charging
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			//Visual Special E Petesuchos_SpecialAttackA
			VisualNone jimmy
			connect hotspot eclipseSFX hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.20 true
            tag SpecificSoundSet 0.21 false PetosuchusSpecialAttack checkVisible
//-- end auto generated section
			Connect ATTACHPOINT ballglow hotspot
			Connect ATTACHPOINT sunlight hotspot
			Connect hotspot glow hotspot
			Connect hotspot glow2 hotspot
			length 1.0
         }
      }
   }
}
